-- background: 3288 from stack: in -- bmap block id: 4043 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on idle put the time into bkgnd field "time" put the date into bkgnd field "date" end idle -- part 1 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=193 top=300 right=339 bottom=247 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: new ----- HyperTalk script ----- on mouseUp doMenu "new card" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=277 top=300 right=339 bottom=329 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: delete ----- HyperTalk script ----- on mouseUp doMenu "delete card" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=109 top=301 right=339 bottom=159 -- title width / last selected line: 0 -- icon id / first selected line: 21060 / 21060 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Find ----- HyperTalk script ----- on mouseUp global key ask "Enter name or word you're looking for:" with key if it is not empty then go to next card find it put it into key end if end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=364 top=299 right=338 bottom=412 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Sort Disks ----- HyperTalk script ----- on mouseUp if the name of this stack contains "stack ideas" then show card field 1 -- explain why not sort here else answer "Sort all cards of this stack according to:" with "Name" or "Number" or "Cancel" if it is "Name" then sort by first word of first line of field "Label" else if it is "diskNumber" then sort by field "diskNumber" end if end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=368 top=264 right=289 bottom=395 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to previous card end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=396 top=264 right=289 bottom=423 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect wipe left go to next card end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=460 top=263 right=291 bottom=497 -- title width / last selected line: 0 -- icon id / first selected line: 1012 / 1012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=444 top=300 right=338 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 32670 / 32670 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp show all cards end mouseUp -- part 10 (field) -- low flags: 00 -- high flags: 6004 -- rect: left=188 top=59 right=77 bottom=227 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 4 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: diskNumber -- part 9 (field) -- low flags: 00 -- high flags: 2004 -- rect: left=61 top=111 right=180 bottom=230 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Label -- part 11 (field) -- low flags: 00 -- high flags: 2007 -- rect: left=305 top=87 right=261 bottom=478 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Filenames -- part 12 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=22 top=300 right=338 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 21700 / 21700 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris open go Home end mouseUp -- part 13 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=289 top=29 right=49 bottom=354 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: time -- part 14 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=426 top=29 right=49 bottom=494 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 16384 -- line height: 13 -- part name: date